home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 30
/
Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso
/
Aminet
/
comm
/
misc
/
dring.lha
/
rexx
/
timeout.rexx
< prev
Wrap
OS/2 REXX Batch file
|
1999-02-20
|
141b
|
12 lines
/* Send fake stat message */
ADDRESS DRING
parse arg tim
if tim~="" THEN
"TimeOut" tim
else
say "USAGE: timeout.rexx <seconds>"
endif